IInchCommand 介面
代表一个移动指令,可指定最大距离。
继承体系
System.Object
IntervalZero.KINGSTAR.Base.Class.IKsCommand
IntervalZero.KINGSTAR.Base.Class.IInchCommand
组合: IntervalZero.KINGSTAR.Base.Class (于 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0
语法
public interface IInchCommand : IKsCommand
Public Interface IInchCommand Inherits IKsCommand
IInchCommand 介面陈列了以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() | Acceleration | 加速度值。 |
![]() | Deceleration | 减速度值。 |
![]() | Direction | 移动指令的方向。 |
![]() | Distance | 此移动的最大距离。 |
![]() | Jerk | 加加速度值。 |
![]() | Velocity | 指定速度的值。[单位/秒] |
参见